From 75f04e45d08c5c5f8088f72782b0c3dec823721b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 6 Feb 2011 17:09:32 +0000 Subject: [PATCH] xsm: Fix compilation error (unused variable) Signed-off-by: Stephen Smalley --- xen/xsm/xsm_policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/xsm/xsm_policy.c b/xen/xsm/xsm_policy.c index 4336afdef6..dcab94d580 100644 --- a/xen/xsm/xsm_policy.c +++ b/xen/xsm/xsm_policy.c @@ -32,7 +32,7 @@ int xsm_policy_init(unsigned int *initrdidx, const multiboot_info_t *mbi, module_t *mod = (module_t *)__va(mbi->mods_addr); int rc = 0; u32 *_policy_start; - unsigned long start, _policy_len; + unsigned long _policy_len; /* * Try all modules and see whichever could be the binary policy. -- 2.30.2